3.15.41 \(\int \frac {(3+5 x)^3}{(1-2 x)^2 (2+3 x)} \, dx\)

Optimal. Leaf size=37 \[ \frac {125 x}{12}+\frac {1331}{56 (1-2 x)}+\frac {1089}{49} \log (1-2 x)-\frac {1}{441} \log (3 x+2) \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {88} \begin {gather*} \frac {125 x}{12}+\frac {1331}{56 (1-2 x)}+\frac {1089}{49} \log (1-2 x)-\frac {1}{441} \log (3 x+2) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(3 + 5*x)^3/((1 - 2*x)^2*(2 + 3*x)),x]

[Out]

1331/(56*(1 - 2*x)) + (125*x)/12 + (1089*Log[1 - 2*x])/49 - Log[2 + 3*x]/441

Rule 88

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandI
ntegrand[(a + b*x)^m*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, p}, x] && IntegersQ[m, n] &&
(IntegerQ[p] || (GtQ[m, 0] && GeQ[n, -1]))

Rubi steps

\begin {align*} \int \frac {(3+5 x)^3}{(1-2 x)^2 (2+3 x)} \, dx &=\int \left (\frac {125}{12}+\frac {1331}{28 (-1+2 x)^2}+\frac {2178}{49 (-1+2 x)}-\frac {1}{147 (2+3 x)}\right ) \, dx\\ &=\frac {1331}{56 (1-2 x)}+\frac {125 x}{12}+\frac {1089}{49} \log (1-2 x)-\frac {1}{441} \log (2+3 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 37, normalized size = 1.00 \begin {gather*} \frac {12250 (3 x+2)+\frac {83853}{1-2 x}+78408 \log (3-6 x)-8 \log (3 x+2)}{3528} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(3 + 5*x)^3/((1 - 2*x)^2*(2 + 3*x)),x]

[Out]

(83853/(1 - 2*x) + 12250*(2 + 3*x) + 78408*Log[3 - 6*x] - 8*Log[2 + 3*x])/3528

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(3+5 x)^3}{(1-2 x)^2 (2+3 x)} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(3 + 5*x)^3/((1 - 2*x)^2*(2 + 3*x)),x]

[Out]

IntegrateAlgebraic[(3 + 5*x)^3/((1 - 2*x)^2*(2 + 3*x)), x]

________________________________________________________________________________________

fricas [A]  time = 1.63, size = 45, normalized size = 1.22 \begin {gather*} \frac {73500 \, x^{2} - 8 \, {\left (2 \, x - 1\right )} \log \left (3 \, x + 2\right ) + 78408 \, {\left (2 \, x - 1\right )} \log \left (2 \, x - 1\right ) - 36750 \, x - 83853}{3528 \, {\left (2 \, x - 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^3/(1-2*x)^2/(2+3*x),x, algorithm="fricas")

[Out]

1/3528*(73500*x^2 - 8*(2*x - 1)*log(3*x + 2) + 78408*(2*x - 1)*log(2*x - 1) - 36750*x - 83853)/(2*x - 1)

________________________________________________________________________________________

giac [A]  time = 0.77, size = 47, normalized size = 1.27 \begin {gather*} \frac {125}{12} \, x - \frac {1331}{56 \, {\left (2 \, x - 1\right )}} - \frac {200}{9} \, \log \left (\frac {{\left | 2 \, x - 1 \right |}}{2 \, {\left (2 \, x - 1\right )}^{2}}\right ) - \frac {1}{441} \, \log \left ({\left | -\frac {7}{2 \, x - 1} - 3 \right |}\right ) - \frac {125}{24} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^3/(1-2*x)^2/(2+3*x),x, algorithm="giac")

[Out]

125/12*x - 1331/56/(2*x - 1) - 200/9*log(1/2*abs(2*x - 1)/(2*x - 1)^2) - 1/441*log(abs(-7/(2*x - 1) - 3)) - 12
5/24

________________________________________________________________________________________

maple [A]  time = 0.01, size = 30, normalized size = 0.81 \begin {gather*} \frac {125 x}{12}+\frac {1089 \ln \left (2 x -1\right )}{49}-\frac {\ln \left (3 x +2\right )}{441}-\frac {1331}{56 \left (2 x -1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x+3)^3/(1-2*x)^2/(3*x+2),x)

[Out]

125/12*x-1/441*ln(3*x+2)-1331/56/(2*x-1)+1089/49*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.54, size = 29, normalized size = 0.78 \begin {gather*} \frac {125}{12} \, x - \frac {1331}{56 \, {\left (2 \, x - 1\right )}} - \frac {1}{441} \, \log \left (3 \, x + 2\right ) + \frac {1089}{49} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)^3/(1-2*x)^2/(2+3*x),x, algorithm="maxima")

[Out]

125/12*x - 1331/56/(2*x - 1) - 1/441*log(3*x + 2) + 1089/49*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 1.08, size = 25, normalized size = 0.68 \begin {gather*} \frac {125\,x}{12}+\frac {1089\,\ln \left (x-\frac {1}{2}\right )}{49}-\frac {\ln \left (x+\frac {2}{3}\right )}{441}-\frac {1331}{112\,\left (x-\frac {1}{2}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x + 3)^3/((2*x - 1)^2*(3*x + 2)),x)

[Out]

(125*x)/12 + (1089*log(x - 1/2))/49 - log(x + 2/3)/441 - 1331/(112*(x - 1/2))

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 29, normalized size = 0.78 \begin {gather*} \frac {125 x}{12} + \frac {1089 \log {\left (x - \frac {1}{2} \right )}}{49} - \frac {\log {\left (x + \frac {2}{3} \right )}}{441} - \frac {1331}{112 x - 56} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)**3/(1-2*x)**2/(2+3*x),x)

[Out]

125*x/12 + 1089*log(x - 1/2)/49 - log(x + 2/3)/441 - 1331/(112*x - 56)

________________________________________________________________________________________